perm filename LOSS.1[TIM,LSP]5 blob sn#668571 filedate 1982-07-13 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	Errors
C00003 ENDMK
CāŠ—;
Errors
There were several errors in the benchmarks DDERIV and FDDERIV,
which Mabry Tyson pointed out. Please amend DDERIV to contain the
following in place of what I sent:

(DEFUN (TIMES DERIV) (A)
	(LIST 'TIMES (LIST 'TIMES A)
		(CONS 'PLUS (MAPCAR 'DER1 A))))

and FDDERIV to contain:

(DEFUN (TIMES DERIV DERIV) (A)
	(LIST 'TIMES (LIST 'TIMES A)
		(CONS 'PLUS (MAPCAR 'DER1 A))))

			-rpg-